home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr18 / fbp95.zip / OLDPRO.BAT < prev    next >
DOS Batch File  |  1994-12-14  |  1KB  |  38 lines

  1. @echo off
  2.  
  3. echo.
  4. echo This batch file changes the default CAMS views
  5. echo for Football Pro '95 to views similar to those
  6. echo found in the original Football Pro.
  7. echo.
  8. echo Before changing these views, all saved games must be 
  9. echo completed or deleted.
  10. echo.
  11. echo  * If you PRESS ANY KEY TO CONTINUE, the saved games
  12. echo    will be deleted for you.
  13. echo.
  14. echo  * If you do not want the saved games to be deleted,
  15. echo    press CTRL+C now to exit and finish the saved games.
  16. echo.
  17. pause
  18.  
  19. rem  *** This deletes the CAMS defaults and replaces them
  20. rem  *** with one that emulates the defaults from Football Pro.
  21.  
  22. chk4game.exe -y
  23. erase a.cfg
  24. copy oldpro.cfg a.cfg
  25.  
  26. echo.
  27. echo.
  28. echo        ______________________________________________ 
  29. echo.                                              
  30. echo            The default CAMS views are now the views       
  31. echo            from the ORIGINAL Football Pro.           
  32. echo.                                             
  33. echo        ----------------------------------------------        
  34. echo.    
  35. echo.   
  36.  
  37. :END
  38.